-
Re: The Next Font Format?
As far as I know, SVG 2.0 add support for ICC colors, allowing to specify CMYK color with RGB fallback, like:<circle fill="#CD853F device-cmyk(0.11, 0.48, 0.83, 0.00)"/> Theoreticall…3 -
Re: Polish: the ł_ł ligature revisited
btw, if I could just throw in my two cents here. An ł_ł ligature makes sense only in a script font as a fix of clash between two ł. In sans or serif fonts only as decorative ligature, and in #5 form.…5 -
Re: Support svg as image format
but for example, PDF don't support animations... @"Linus Romer": You can insert SVG from own server by toggle HTML view and inserting <img alt="" src="http://www.owndomai…2 -
Re: Help with Fontforge and Adobe Alternate Character Selection?
can you show us this .fea file? btw. are You sure, it's not a problem with Font Cache in Adobe program?2 -
Re: Problems with python and Glyphs
Python module like <b>objc</b> cannot be re-used between python versions. Most probably Python build-in in Glyphs and Python installed in your system are in different versions. You can ch…1